home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d879.lha / DiskTest / READ_ME < prev    next >
Text File  |  1993-05-12  |  5KB  |  90 lines

  1.                     Notes for DiskTest (DT) v2.10
  2.                     =============================
  3.  
  4.      DT is one of the first programs I have written for the Amiga, and
  5. from its first public release (on Fred Fish disk 539) I did not notice
  6. other similar programs in the Public Domain:  this means that or DT is
  7. still actual, or that nobody needs a similar program :-) .
  8.  
  9.      What  is DT?  It is a program that checks the integrity of floppy
  10. disks, that I have found useful in several circumstances:  if you need
  11. to  transport  files on floppies, e.g.  from Europe to the U.S., or to
  12. archive  your  data  on floppies, it is better to be sure that all the
  13. files  you  have  copied are readable before slipping 7,000 miles away
  14. from  the  original  data  (or before deleting the same data from your
  15. hard  disk).  This program, named DT for "Disk Test", checks the whole
  16. floppy:  in two steps, firstly reading all the tracks one by one to be
  17. sure  that the support itself is reliable; and then reading, record by
  18. record, all the files on the disc.  Optionally you can avoid the first
  19. step;  the  last  one can take a long time if you have a lot of files,
  20. but is, in my humble opinion, the most important in order to check the
  21. data  reliability.   For the first DT I decided to mimic the aesthetic
  22. of  the  program  with  the same name from Peter Norton (in the IBM-PC
  23. Norton Utilities).
  24.  
  25.      This  program  can  be run from the CLI (detaches itself from the
  26. CLI),  or  from  the  workbench;  and  opens a window on the Workbench
  27. public  screen.   The gadget buttons corresponding to DF0 to DF3 start
  28. the full test (both phases) on the selected drive; or, optionally, you
  29. can drop any icon inside the DT window (that is a so called AppWindow)
  30. to perform the second step only (file reading).  In particular, if the
  31. dropped  icon is related to a directory structure (i.e.  it is a disk,
  32. a  drawer  or  a  trashcan  icon)  this test is performed on ALL files
  33. belonging to ALL directories in the tree starting from there:  so that
  34. you  can  use DT e.g.  to check your hard disk.  The last gadget, that
  35. is  a  checkmark button, enables or disables the listing on the screen
  36. of  the  checked file names; you should find convenient to disable the
  37. listing  before  dropping  the icon of a 120 megabyte hard disk inside
  38. DT's window...
  39.  
  40.      Why  DT?   You see, I began to write programs in the pre-historic
  41. age  of  the punched cards (exactly in 1968, on an IBM 7090), and when
  42. the  first mass storage devices appeared they were fragile:  tests for
  43. data  reliability, to be run at fixed times, were essential.  And they
  44. _still_  are:   your  disks WILL fail, sooner or later, and having the
  45. habit of performing periodic backups and diagnostics is wise.
  46.  
  47.      The  last release of DT (2.03), for the operating system 2.x, has
  48. appeared  on  Fred  Fish  disk  828;  version  2.10 is an upgrade that
  49. incorporates  also  some  changes and refinements required from users.
  50. Between  them:  the support for multiply selected icons dropped in the
  51. AppWindow; the support for the ASL file/directory requesters to select
  52. the target of the integrity test; new menu commands; and improved text
  53. scroller routines.
  54.  
  55.      DT  is  a  Public  Domain program:  you can freely distribute and
  56. modify the program and the source; maybe you will find useful only the
  57. routines  that  implement  a  text  scroller  in an almost environment
  58. independent   way  (partially  inspired  to  an  example  from  Martin
  59. Taillefer  published  on  AmigaMail).  Please, if you find bugs (or if
  60. you  modify  in any way DT--but PLEASE leave my comment headers and my
  61. name  there)  take the time to send me your comments (or your changes)
  62. at the address given at the end of this file.
  63.  
  64. A thank to:
  65.               - Commodore: for the Amiga;
  66.               - SAS: for SAS-C v6.2;
  67.               - Gimpel Software: for FlexeLint;
  68.               - ASDG, Inc.: for CygnusED;
  69.               - Martin Taillefer: for his BOOPSI scroller;
  70.               - Peter Norton: for the original DT.
  71.  
  72.                        Have fun !
  73.                                           MLO
  74.  
  75. -----
  76.  
  77.                 Maurizio LORETI
  78.  
  79. Home address:   Via G. Donizetti, 6
  80.                 35010 CADONEGHE (PD) - Italy
  81. Home setup:     A4000, 10 MB RAM, 120 MB HD, HP DeskJet 500
  82. Work address:   University of Padova
  83.                 Department of Physics
  84.                 Via F. Marzolo, 8
  85.                 35131 PADOVA - Italy
  86. Work setup:     A3000, 6 MB RAM, 50 MB HD, HP DeskJet 500
  87. EMail (TCP/IP): loreti@padova.infn.it
  88. BIX:            mloreti
  89. Work FAX:       (39) (49) 844-245
  90.